home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 January - Disc 2 / Macworld (1999-01) (Disk 2).dmg / Serious Demos / Symbolic Composer 4.2 / Environment / System / DEF / Midi / Drums / join-drums < prev   
Text File  |  1998-10-23  |  634b  |  16 lines

  1. join-drums drumset drumname-1 .. drumname-n
  2.  
  3. Joins drumnames to a chord symbol. The output is suitable to be used in drum pattern definitions like in the following. This enables to setup a bass drum which consist of several drum sounds.
  4.  
  5. (def-section-timesheet sect-a
  6.    with 1/1
  7.    tonality drums
  8.    drums     "----"
  9.    ;
  10.    ; drum pattern
  11.    ;
  12.    beat 1/16 ; 1---!---!---!---.---!---!---!---2---!---!---!---.---!---!---!---.
  13.    basl       "-   -   -   -   " (join-drums mu80-analog 
  14.                                     BDAnalogL ScratchPush2 whipslap) with '(65)
  15.    snare      "    -           " (mu80-analog anasnareh) with '(35)
  16. )